home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Jan / di9801kw / README.TXT < prev   
Text File  |  1997-08-05  |  2KB  |  57 lines

  1. Property Explorer Expert
  2.  
  3. An expert that appears on the Help menu of Delphi. Given a name or 
  4. value to search for it locates objects with properties that have 
  5. this name or have been set to that value in the current project.
  6.  
  7. This expert is designed for Delphi 2 and 3.
  8.  
  9. The files for the expert are described below.
  10.  
  11. PROPEXPL.DPR  The code for the property value expert DLL.
  12. PROPEXPL.DOF  Options for this project.
  13. PROPEXPL.RES  Resources for this project
  14. PROPEXP1.PAS  The code for the property value expert form.
  15. PROPEXP1.DFM  The resources for the property value expert form.
  16. PROPEXPL.DLL  The compiled expert.
  17.  
  18. README.TXT    This file.
  19.  
  20. Install the expert as described below.
  21.  
  22. Place the DLL in an appropriate directory.
  23.  
  24. For Delphi 2:
  25.  
  26. 1. Add a string value to the SOFTWARE\BORLAND\DELPHI\2.0\EXPERTS key
  27.    in the Registry with the value below (substituting your directory):
  28.  
  29.    PropExpl  C:\Program Files\Borland\Delphi 2.0\PropExpl\PropExpl.dll
  30.  
  31. 2. Restart Delphi.
  32.  
  33. For Delphi 3:
  34.  
  35. 1. Add a string value to the SOFTWARE\BORLAND\DELPHI\3.0\EXPERTS key
  36.    in the Registry with the value below (substituting your directory):
  37.  
  38.    PropExpl  C:\Program Files\Borland\Delphi 3.0\PropExpl\PropExpl.dll
  39.  
  40. 2. Restart Delphi.
  41.  
  42. The new expert should appear on the Help menu as "Property Explorer...".
  43.  
  44. Then open a project (try the MastApp project in Demos\DB\MastApp) start the
  45. expert and enter a value to search for.
  46.  
  47. This code is freeware. Any correspondence or improvements
  48. can be sent to :
  49.  
  50. Keith Wood
  51. 200 Ashford Center North, Suite 200
  52. Atlanta  GA  30338
  53.  
  54. Phone : (770) 393 8646
  55.  
  56. E-mail: kwood@ccsc.com
  57.